Class: BlogpostHome

BlogpostHome()

Represents main component containing blogpost and normal GUI at the top.

Constructor

new BlogpostHome()

Source:

Members

applyInputParams

Action for "apply" button in parameter view.
Source:

checkOnScrollEvents

On scroll callback.
Source:

getBlogPostBaseImageData

Sets blogpost base image and calls callback with ImageData when finished loading.
Source:

loadModel

Loads model from URL
Source:

loadModelFromFile

Lads model from list of files (json and bin files all in one list)
Source:

progressCb

Callback for model loading progress.
Source:

scrollTween

Button action for 'arrow' button below main GUI.
Source:

setFinishModelLoadingState

Callback called after loading model has finished.
Source:

setStartModelLoadingState

Called before starting model loading, sets up progress bar.
Source:

setupInceptionParams

Sets up default parameters for inception model.
Source:

setupMnistParams

Sets up default parameters for Mnist model.
Source:

startOptimization

Button action for starting optimization.
Source:

startTour

Button action that starts intro tour.
Source:

Methods

detailview()

Returns detail view JSX
Source:

getClasslist(classListName)

Return list off class labels depending on dataset (imagenet/mnist).
Parameters:
Name Type Description
classListName *
Source:

graphview()

Returns graph view JSX
Source:

loadTitle()

Returns load title depending on load state.
Source:

render() → {*}

Renders this react component
Source:
Returns:
the components contents
Type
*